From a629fd7f848e4931f072c705c4eae15d05e4f031 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 28 Feb 2000 21:39:41 +0000 Subject: [PATCH] new menu item sections and minor update to notebook section from Nicolas 2000-02-28 Damon Chaplin * gtk/tmpl/gtkradiomenuitem.sgml: * gtk/tmpl/gtkmenuitem.sgml: * gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to notebook section from Nicolas GEORGE . 2000-02-18 Damon Chaplin * gtk/tmpl/gtktooltips.sgml: patch from David Benson to note that gtk_tooltips_set_colors() does not work. 2000-02-09 Damon Chaplin * gdk/tmpl/input_methods.sgml: minor fix. --- docs/reference/gtk/tmpl/gtktooltips.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtktooltips.sgml b/docs/reference/gtk/tmpl/gtktooltips.sgml index a78350fc02..5486e8cb2d 100644 --- a/docs/reference/gtk/tmpl/gtktooltips.sgml +++ b/docs/reference/gtk/tmpl/gtktooltips.sgml @@ -18,7 +18,7 @@ The length of time the user must keep the mouse over a widget before the tip is To assign a tip to a particular #GtkWidget, gtk_tooltips_set_tip() is used. -The default appearance of all tooltips in a program is determined by the current gtk theme that the user has selected. To change the tooltip appearance manually, use gtk_tooltips_set_colors(). Again, this is per group of tooltips. +The default appearance of all tooltips in a program is determined by the current gtk theme that the user has selected. Information about the tooltip (if any) associated with an arbitrary widget can be retrieved using gtk_tooltips_data_get(). @@ -140,7 +140,8 @@ Adds a tooltip containing the message @tip_text to the specified #GtkWidget. -Changes the foreground and background colors of a #GtkTooltips. +This function is unimplemented because tooltip colors are instead +determined by the theme. @tooltips: a #GtkTooltip -- 2.30.2